fix: correct article usage in configuration path descriptions#22
Merged
3w36zj6 merged 1 commit intotextlint:mainfrom Aug 14, 2025
Merged
fix: correct article usage in configuration path descriptions#223w36zj6 merged 1 commit intotextlint:mainfrom
3w36zj6 merged 1 commit intotextlint:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes grammatical errors in package.json configuration descriptions by correcting the article usage from "A absolute" to "An absolute" for two configuration properties.
- Corrects article usage in textlint.configPath description
- Corrects article usage in textlint.ignorePath description
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "type": "string", | ||
| "default": null, | ||
| "description": "A absolute path to textlint config file." | ||
| "description": "An absolute path to textlint config file." |
There was a problem hiding this comment.
The grammar has been correctly fixed from "A absolute" to "An absolute" since "absolute" begins with a vowel sound.
| "type": "string", | ||
| "default": null, | ||
| "description": "A absolute path to textlint ignore file." | ||
| "description": "An absolute path to textlint ignore file." |
There was a problem hiding this comment.
The grammar has been correctly fixed from "A absolute" to "An absolute" since "absolute" begins with a vowel sound.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First of all, thank you so much for maintaining this amazing project.
I truly appreciate the work, attention to detail, and the value it provides to the community. 🙏
This PR makes a very minor change in packages/textlint/package.json —
fixing the article usage from "A absolute" to "An absolute" in the description.
I realize this is a tiny and non-critical change, and I’m sorry for the trivial nature of the PR 😅
Still, I thought it might help keep the documentation polished and consistent.
Thank you again for all your incredible work on this project,
and I hope this small contribution can be of use! 🙇♂️